home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_365 / password / startup2 < prev   
Text File  |  1992-05-06  |  1KB  |  42 lines

  1. ;---------------------------------------------------------------------------;
  2. ;     Program:  startup2                                                    ;
  3. ;  Programmer:  George Kerber                                               ;
  4. ;     Written:  04/15/90                                                    ;
  5. ;     Purpose:  Supplied for use with PASSWORD v1.42p                       ;
  6. ;---------------------------------------------------------------------------;
  7.  
  8. c:echo "*n*n  Password Verification Completed.  " NOLINE
  9. c:path ram: c: sys:utilities sys:system s: sys:prefs add
  10. setpatch >NIL:
  11. system:fastmemfirst
  12.  
  13. c:makedir ram:env              ;this is required, previous versions of
  14. c:assign ENV: ram:env          ;password did not require this
  15.  
  16. ff >nil: -0
  17.  
  18. c:mount aux:                   ;these 2 mount commands are optional and
  19. c:mount pipe:                  ;may be deleted in aux: or pipe: is not used.
  20.  
  21. c:ask "*n*n*n*n  Do you want to load Workbench? [ y N ]:  "
  22.  
  23. if not WARN
  24.    c:echo "*n*n  Amiga Shell:*n*n"
  25.    c:prompt " %S > "
  26.    alias cp copy               ;these are my suggestions for an alias
  27.    alias mv move               ;list.  Make any changes or deletions
  28.    alias rm delete             ;as you desire
  29.    alias cat type
  30.    alias endshell endcli
  31.    alias pwd cd
  32.    alias xcopy copy [] clone
  33.    alias endshell endcli
  34.    alias chmod protect
  35.    else
  36.    c:echo "*n*n  Please wait, loading the Workbench.... " NOLINE
  37.    c:loadwb
  38.    endcli
  39.  
  40.    endif
  41.  
  42.